home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 February
/
PCpro_2005_02.ISO
/
files
/
opensource
/
A_Note_4.2.1
/
setup.exe
/
{app}
/
Server Documents
/
connect.php
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2003-07-08
|
171 b
|
5 lines
<?php
// Connect to the database
mysql_connect("mysql.sourceforge.net",$dbusername,$dbpassword);
@mysql_select_db($database) or die( "Unable to select database");
?>